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


Method Summary
 void addExoCacheConfig(ExoCacheConfigPlugin plugin)
           
 Collection getAllCacheInstances()
           
 ExoCache getCacheInstance(String region)
           
 void synchronize(String region, Serializable key, Object value)
           
 

Method Detail

addExoCacheConfig

void addExoCacheConfig(ExoCacheConfigPlugin plugin)

getCacheInstance

ExoCache getCacheInstance(String region)

getAllCacheInstances

Collection getAllCacheInstances()

synchronize

void synchronize(String region,
                 Serializable key,
                 Object value)
                 throws Exception
Throws:
Exception


Copyright © 2009 eXo Platform SAS. All Rights Reserved.