org.exoplatform.services.cache.impl
Class CacheServiceImpl
java.lang.Object
org.exoplatform.services.cache.impl.CacheServiceImpl
- All Implemented Interfaces:
- CacheService
public class CacheServiceImpl
- extends Object
- implements CacheService
Created by The eXo Platform SAS. Author : Tuan Nguyen
tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheServiceImpl
public CacheServiceImpl(InitParams params)
throws Exception
- Throws:
Exception
CacheServiceImpl
public CacheServiceImpl(InitParams params,
ExoCacheFactory factory)
throws Exception
- Throws:
Exception
addExoCacheConfig
public void addExoCacheConfig(ComponentPlugin plugin)
addExoCacheConfig
public void addExoCacheConfig(ExoCacheConfigPlugin plugin)
- Specified by:
addExoCacheConfig in interface CacheService
setDistributedCacheListener
public void setDistributedCacheListener(DistributedCacheListener listener)
getCacheInstance
public ExoCache getCacheInstance(String region)
- Specified by:
getCacheInstance in interface CacheService
getAllCacheInstances
public Collection getAllCacheInstances()
- Specified by:
getAllCacheInstances in interface CacheService
synchronize
public void synchronize(String region,
Serializable key,
Object value)
throws Exception
- Specified by:
synchronize in interface CacheService
- Throws:
Exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.