ehcache

Uses of Class
net.sf.ehcache.constructs.CacheDecoratorFactory

Packages that use CacheDecoratorFactory
net.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator package 
net.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package 
 

Uses of CacheDecoratorFactory in net.sf.ehcache.constructs.readthrough
 

Subclasses of CacheDecoratorFactory in net.sf.ehcache.constructs.readthrough
 class ReadThroughCacheFactory
          CacheDecoratorFactory implementation for the ReadThroughCache cache decorator.
 

Uses of CacheDecoratorFactory in net.sf.ehcache.constructs.refreshahead
 

Subclasses of CacheDecoratorFactory in net.sf.ehcache.constructs.refreshahead
 class RefreshAheadCacheFactory
          Cache decorator factory for RefreshAheadCache instances
 


ehcache

Copyright 2001-2017, Terracotta, Inc.