Uses of Interface
com.sun.gjc.spi.base.datastructure.Cache
-
Packages that use Cache Package Description com.sun.gjc.spi.base.datastructure -
-
Uses of Cache in com.sun.gjc.spi.base.datastructure
Classes in com.sun.gjc.spi.base.datastructure that implement Cache Modifier and Type Class Description classFIXEDCacheImplThis is a FIXED size cache implementation.classLRUCacheImplclassSynchronizedCacheMethods in com.sun.gjc.spi.base.datastructure that return Cache Modifier and Type Method Description static CacheCacheFactory. getDataStructure(PoolInfo poolInfo, String cacheType, int maxSize)Constructors in com.sun.gjc.spi.base.datastructure with parameters of type Cache Constructor Description SynchronizedCache(Cache cacheImpl)
-