Uses of Interface
com.croftsoft.core.util.cache.ContentAccessor

Packages that use ContentAccessor
com.croftsoft.core.util.cache Cache implementations. 
com.croftsoft.core.util.cache.secure Hash Cache: retrieves content using hash digests (tutorial). 
 

Uses of ContentAccessor in com.croftsoft.core.util.cache
 

Classes in com.croftsoft.core.util.cache that implement ContentAccessor
 class URLContentAccessor
          A ContentAccessor that accesses the content via a URL.
 

Methods in com.croftsoft.core.util.cache with parameters of type ContentAccessor
 Id SoftCache.validate(Id id, ContentAccessor contentAccessor)
           
 Id MemoryMapCache.validate(Id id, ContentAccessor contentAccessor)
           
 Id Cache.validate(Id id, ContentAccessor contentAccessor)
          "Validates" the content by confirming that identical content already exists in the cache; or, if otherwise necessary, storing a new copy of the content in the cache.
 

Uses of ContentAccessor in com.croftsoft.core.util.cache.secure
 

Methods in com.croftsoft.core.util.cache.secure with parameters of type ContentAccessor
 Id SecureCache.validate(Id secureId, ContentAccessor contentAccessor)
          "Validates" the content by confirming that identical content already exists in the cache; or, if otherwise necessary, storing a new copy of the content in the cache.
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)