net.sourceforge.pavlov.randommedia
Interface CacheLoader


public interface CacheLoader

An interface for classes that can provide CacheObjects to a Cache.


Method Summary
 CacheObject loadCacheObject()
          Provide a CacheObject to the calling Cache.
 

Method Detail

loadCacheObject

CacheObject loadCacheObject()
Provide a CacheObject to the calling Cache.

Returns:
a CacheObject value