| java.lang.Object junit.CacheImplementationHelper
CacheImplementationHelper | public class CacheImplementationHelper (Code) | | The central class to be modified if the expected test is to be run on different implementations. The rest of this
test suite deals only with javax.cache.* and javax.cache.spi.* interfaces.
author: Manik Surtani |
getCacheWithLoader | public static Cache getCacheWithLoader(CacheLoader cacheLoader) throws CacheException(Code) | | returns a new cache instance configured to use the specified cache loader.
Parameters: cacheLoader - should not be null a running cache |
newCache | public static Cache newCache(String name)(Code) | | Create a new, unregistered cache.
|
|
|