Uses of Class
org.springframework.extensions.surf.cache.BasicCache

Packages that use BasicCache
org.springframework.extensions.surf.cache   
org.springframework.extensions.surf.persister   
 

Uses of BasicCache in org.springframework.extensions.surf.cache
 

Subclasses of BasicCache in org.springframework.extensions.surf.cache
 class ModelObjectCache
          An enhancement to the in-memory basic cache that considers the in-memory cache to be secondary to the status of content within a persisted store.
 class PersistentCache
          This is a more advanced version of a cache that passivates objects to disk.
 

Uses of BasicCache in org.springframework.extensions.surf.persister
 

Fields in org.springframework.extensions.surf.persister with type parameters of type BasicCache
protected  Map<String,BasicCache<ModelObject>> AbstractCachedObjectPersister.caches
           
 

Methods in org.springframework.extensions.surf.persister that return BasicCache
protected  BasicCache<ModelObject> StoreObjectPersister.createCache()
           
protected  BasicCache<ModelObject> ReadOnlyStoreObjectPersister.createCache()
           
protected  BasicCache<ModelObject> AbstractCachedObjectPersister.createCache()
          Creates the cache.
protected  BasicCache<ModelObject> AbstractCachedObjectPersister.getCache(ModelPersistenceContext context, String objectTypeId)
          Gets the cache for a particular model persistence context
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.