Uses of Interface
org.springframework.extensions.surf.cache.ContentCache

Packages that use ContentCache
org.springframework.extensions.surf.cache   
 

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

Classes in org.springframework.extensions.surf.cache that implement ContentCache
 class BasicCache<K>
          This is an implementation of a purely in-memory cache that uses a HashMap to provide a basic form of caching.
 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.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.