org.exoplatform.services.cache
Interface CacheService
- All Known Implementing Classes:
- CacheServiceImpl
public interface CacheService
Created by The eXo Platform SAS. Author : Tuan Nguyen
tuan08@users.sourceforge.net Date: Jun 14, 2003 Time: 1:12:22 PM
addExoCacheConfig
void addExoCacheConfig(ExoCacheConfigPlugin plugin)
getCacheInstance
ExoCache getCacheInstance(java.lang.String region)
getAllCacheInstances
java.util.Collection getAllCacheInstances()
synchronize
void synchronize(java.lang.String region,
java.io.Serializable key,
java.lang.Object value)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.