Skip navigation links
C E G O P R S 

C

CacheAware - Class in org.swat.cache.utils
The type Cache aware.
CacheAware() - Constructor for class org.swat.cache.utils.CacheAware
 
clear() - Method in class org.swat.cache.utils.CacheAware
Remove.
clear() - Method in class org.swat.cache.utils.ExpiryCache
Clear the cache
clearAll() - Static method in class org.swat.cache.utils.CacheAware
Reset all.
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
 

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

remove(K) - Method in class org.swat.cache.utils.ExpiryCache
Remove v.
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 
Skip navigation links

Copyright © 2022. All rights reserved.