inMemoryCacheProvider static method
Create an in-memory CacheProvider holding a maximum of maxSize
cache
entries.
Implementation
static CacheProvider<List<int>> inMemoryCacheProvider(int maxSize) {
return InMemoryCacheProvider(maxSize);
}
Create an in-memory CacheProvider holding a maximum of maxSize
cache
entries.
static CacheProvider<List<int>> inMemoryCacheProvider(int maxSize) {
return InMemoryCacheProvider(maxSize);
}