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
ConstructorDescriptionCreate a new LRUCacheProvider that returns aLRUCache
with a default size of 100.LRUCacheProvider
(int cacheSize) Create a new LRUCacheProvider that returns aLRUCache
with the specified size. -
Method Summary
-
Constructor Details
-
Method Details
-
createCache
Description copied from interface:ClassCacheProvider
Create and return a new cache object.- Specified by:
createCache
in interfaceClassCacheProvider
-