Class 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
    • Constructor Detail

      • CacheServiceImpl

        public CacheServiceImpl​(org.exoplatform.container.xml.InitParams params)
                         throws Exception
        Throws:
        Exception
    • Method Detail

      • addExoCacheConfig

        public void addExoCacheConfig​(org.exoplatform.container.component.ComponentPlugin plugin)
      • getCacheInstance

        public <K extends Serializable,​V> ExoCache<K,​V> getCacheInstance​(String region)
        Description copied from interface: CacheService
        Returns a specific cache instance.
        Specified by:
        getCacheInstance in interface CacheService
        Type Parameters:
        K - the key type
        V - the value type
        Parameters:
        region - the cache region
        Returns:
        the cache