Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.cache.CacheableFactory

Uses of CacheableFactory in org.apache.derby.iapi.services.cache
 

Methods in org.apache.derby.iapi.services.cache with parameters of type CacheableFactory
 CacheManager CacheFactory.newCacheManager(CacheableFactory holderFactory, java.lang.String name, int initialSize, int maximumSize)
          Create a cache that uses the class represented by holderClass as the holder class.
 CacheManager CacheFactory.newSizedCacheManager(CacheableFactory holderFactory, java.lang.String name, int initialSize, long maximumSize)
          Create a cache that uses the class represented by holderClass as the holder class.