| Constructor and Description |
|---|
WindowTinyCachePolicy(com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Policy> |
policies(com.typesafe.config.Config config)
Returns all variations of this policy based on the configuration parameters.
|
void |
record(long key)
Records that the entry was accessed.
|
PolicyStats |
stats()
Returns the cache efficiency statistics.
|
public WindowTinyCachePolicy(com.typesafe.config.Config config)
public static Set<Policy> policies(com.typesafe.config.Config config)
public void record(long key)
Policypublic PolicyStats stats()
Policy