A selfpopulating decorator for
Ehcache that creates entries on demand.
Clients of the cache simply call it without needing knowledge of whether
the entry exists in the cache.
The cache is designed to be refreshed.
A CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value)
which allows the cache entry to updated rather than replaced.
A
net.sf.ehcache.Cache backed cache that creates entries on demand.
Clients of the cache simply call it without needing knowledge of whether
the entry exists in the cache, or whether it needs updating before use.
Thread safety depends on the factory being used.