Package sootup.core.cache.provider
Class LRUCacheProvider
java.lang.Object
sootup.core.cache.provider.LRUCacheProvider
- All Implemented Interfaces:
ClassCacheProvider
Provides a new
LRUCache object.-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new LRUCacheProvider that returns aLRUCachewith a default size of 100.LRUCacheProvider(int cacheSize) Create a new LRUCacheProvider that returns aLRUCachewith the specified size. -
Method Summary
-
Constructor Details
-
Method Details
-
createCache
Description copied from interface:ClassCacheProviderCreate and return a new cache object.- Specified by:
createCachein interfaceClassCacheProvider
-