Package net.sf.ehcache.loader
This package contains a cache loaders and associated factories.
Ehcache also provides similar functionality in SelfPopulatingCache, in the constructs package.
-
Interface Summary Interface Description CacheLoader Extends JCache CacheLoader with load methods that take an argument in addition to a key This interface has exactly the same interface as in the JCache module. -
Class Summary Class Description CacheLoaderFactory An abstract factory for creating cache loaders.