| 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntryFactory | |
|---|---|
| net.sf.ehcache.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. | 
| Uses of CacheEntryFactory in net.sf.ehcache.constructs.blocking | 
|---|
| Subinterfaces of CacheEntryFactory in net.sf.ehcache.constructs.blocking | |
|---|---|
 interface | 
UpdatingCacheEntryFactory
A CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value)
 which allows the cache entry to updated rather than replaced. | 
| Fields in net.sf.ehcache.constructs.blocking declared as CacheEntryFactory | |
|---|---|
protected  CacheEntryFactory | 
SelfPopulatingCache.factory
A factory for creating entries, given a key  | 
| Constructors in net.sf.ehcache.constructs.blocking with parameters of type CacheEntryFactory | |
|---|---|
SelfPopulatingCache(Ehcache cache,
                    CacheEntryFactory factory)
Creates a SelfPopulatingCache.  | 
|
SelfPopulatingCache(Ehcache cache,
                    int numberOfStripes,
                    CacheEntryFactory factory)
Create a SelfPopulatingCache, with a specific number of stripes passed to the underlying BlockingCache. | 
|
  | 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||