Skip navigation links
C D E G H N P S U 

C

CacheHandler - Interface in co.abit.prime.cache
 
CacheItem - Interface in co.abit.prime.cache
 
CHARSET_UTF8 - Static variable in interface co.abit.prime.cache.CacheItem
 
co.abit.prime.cache - package co.abit.prime.cache
 
co.abit.prime.cache.exception - package co.abit.prime.cache.exception
 
co.abit.prime.cache.item - package co.abit.prime.cache.item
 

D

DEFAULT_CHARSET - Static variable in interface co.abit.prime.cache.CacheItem
 
delete(String...) - Method in interface co.abit.prime.cache.CacheHandler
Deletes one ore more keys from cache

E

expireAfter(Long) - Method in interface co.abit.prime.cache.CacheItem
Sets period of time which items will be expired
expireAfter(Duration) - Method in interface co.abit.prime.cache.CacheItem
Sets period of time which items will be expired

G

get(String) - Method in interface co.abit.prime.cache.CacheHandler
Returns a cache item by key
getExpiration() - Method in interface co.abit.prime.cache.CacheItem
Returns time which item will be expired
getKey() - Method in interface co.abit.prime.cache.CacheItem
Returns key of item
getValue() - Method in interface co.abit.prime.cache.CacheItem
Returns value of item
getValue(Class<T>) - Method in interface co.abit.prime.cache.CacheItem
Get value as an instance

H

has(String) - Method in interface co.abit.prime.cache.CacheHandler
Determines whether or not a key exists in cache

N

newInstance(String) - Static method in interface co.abit.prime.cache.CacheItem
Creates and returns a new instance of CacheItem with key
newInstance(String, Object) - Static method in interface co.abit.prime.cache.CacheItem
Creates and returns a new instance of CacheItem with key
newInstance(String, Object, Long) - Static method in interface co.abit.prime.cache.CacheItem
Creates and returns a new instance of CacheItem with key

P

put(CacheItem...) - Method in interface co.abit.prime.cache.CacheHandler
Puts one or more items into cache

S

setExpiration(Long) - Method in interface co.abit.prime.cache.CacheItem
Sets time which item will be expired
setKey(String) - Method in interface co.abit.prime.cache.CacheItem
Sets key of item
setValue(Object) - Method in interface co.abit.prime.cache.CacheItem
Sets value of item
SimpleCacheItem - Class in co.abit.prime.cache.item
 
SimpleCacheItem() - Constructor for class co.abit.prime.cache.item.SimpleCacheItem
 

U

UnsupportedClassException - Exception in co.abit.prime.cache.exception
 
UnsupportedClassException() - Constructor for exception co.abit.prime.cache.exception.UnsupportedClassException
 
UnsupportedClassException(String) - Constructor for exception co.abit.prime.cache.exception.UnsupportedClassException
 
UnsupportedClassException(String, Throwable) - Constructor for exception co.abit.prime.cache.exception.UnsupportedClassException
 
UnsupportedClassException(Throwable) - Constructor for exception co.abit.prime.cache.exception.UnsupportedClassException
 
UnsupportedClassException(String, Throwable, boolean, boolean) - Constructor for exception co.abit.prime.cache.exception.UnsupportedClassException
 
C D E G H N P S U 
Skip navigation links

Copyright © 2018. All rights reserved.