public class LRUCacheStore extends Object
| Constructor and Description |
|---|
LRUCacheStore() |
| Modifier and Type | Method and Description |
|---|---|
static LRUCache<String,Location> |
getInstance()
Provide the initialized LRUCache instance.
|
static void |
init(int cacheSize)
Initialize the LRU cache with given size.
|
Copyright © 2018 WSO2. All rights reserved.