C E G O P R S
C
- contains(K) - Method in class org.swat.cache.utils.ExpiryCache
-
Contains
E
- ExpiryCache<K,V> - Class in org.swat.cache.utils
-
Very lazy expiry cache.
- ExpiryCache(int) - Constructor for class org.swat.cache.utils.ExpiryCache
-
Initializes the cache
G
- get(K) - Method in class org.swat.cache.utils.ExpiryCache
-
Get value associated with the key
O
- org.swat.cache.utils - package org.swat.cache.utils
-
Contains all caching utilities
P
- put(K, V) - Method in class org.swat.cache.utils.ExpiryCache
-
Put the value against the key.
- put(K, V, int) - Method in class org.swat.cache.utils.ExpiryCache
-
Put the value against the key with defined expiry millis
R
- removeExpired() - Method in class org.swat.cache.utils.ExpiryCache
-
Removes the expired objects
S
- size() - Method in class org.swat.cache.utils.ExpiryCache
-
This may return an approximate size
C E G O P R S
Copyright © 2019. All rights reserved.