Prepares the cache entry for caching with this strategy. NOTE: Be Careful: a caching strategy is allowed to return
a different CacheEntry, so make sure that you store the results of this
method and don't assume the symantics of pass by reference.
Prepares the cache entry for caching with this strategy. NOTE: Be Careful: a caching strategy is allowed to return
a different CacheEntry, so make sure that you store the results of this
method and don't assume the symantics of pass by reference.
SoftReferenceCacheEntry represents a cache entry that is wrapped in which
the entry object is wrapped in a SoftReference in order to allow the
garbage collector to still collect the object if all other hard references
are destroyed.