Class OsCache

java.lang.Object
org.castor.cache.AbstractBaseCache
org.castor.cache.distributed.OsCache
All Implemented Interfaces:
Map<Object,Object>, Cache

public final class OsCache extends AbstractBaseCache
OSCache (opensymphony) implementation of Castor JDO Cache. For more details of OSCache, see http://www.opensymphony.com/oscache
Since:
1.0
Version:
$Revision: 8102 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Werner Guttmann, Ralf Joachim
See Also:
  • Field Details

    • TYPE

      public static final String TYPE
      The type of the cache.
      See Also:
    • IMPLEMENTATION

      public static final String IMPLEMENTATION
      The classname of the implementations cache class.
      See Also:
    • NEEDS_REFRESH_EXCEPTION

      public static final String NEEDS_REFRESH_EXCEPTION
      Classname of exception thrown by getFromCache() method of oscache.
      See Also:
  • Constructor Details

    • OsCache

      public OsCache(Object cache)
      Construct an instance of OsCache that wrapps access to given cache implementation of class com.opensymphony.oscache.general.GeneralCacheAdministrator.
      Parameters:
      cache - The cache to be wrapped.
  • Method Details