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

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

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

Fields in org.springframework.extensions.surf.cache with type parameters of type CacheItem
protected  HashMap<String,CacheItem<K>> BasicCache.cache
           
 

Methods in org.springframework.extensions.surf.cache that return CacheItem
protected  CacheItem PersistentCache.loadFromDisk(String pathID)
          Loads a content item from disk if it exists.
 

Methods in org.springframework.extensions.surf.cache that return types with arguments of type CacheItem
 Collection<CacheItem<K>> BasicCache.values()
          Returns the values for the items in the cache
 

Methods in org.springframework.extensions.surf.cache with parameters of type CacheItem
protected  boolean PersistentCache.writeToDisk(String pathID, CacheItem item)
          Serializes the given content item to disk for the given path string.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.