Skip navigation links
A C D G J M N R S 

A

AbstractCache - Class in net.bndy.cache
 
AbstractCache() - Constructor for class net.bndy.cache.AbstractCache
 

C

Cache - Interface in net.bndy.cache
 
CacheKey - Annotation Type in net.bndy.cache
 

D

del(String...) - Method in interface net.bndy.cache.Cache
 
del(String...) - Method in class net.bndy.cache.JavaCache
 
del(String...) - Method in class net.bndy.cache.MemcachedCache
 
del(String...) - Method in class net.bndy.cache.RedisCache
 
delAll() - Method in interface net.bndy.cache.Cache
 
delAll() - Method in class net.bndy.cache.JavaCache
 
delAll() - Method in class net.bndy.cache.MemcachedCache
 
delAll() - Method in class net.bndy.cache.RedisCache
 
deserialize(String, Class<T>) - Method in class net.bndy.cache.AbstractCache
 

G

get(String) - Method in interface net.bndy.cache.Cache
 
get(String, Class<T>) - Method in interface net.bndy.cache.Cache
 
get(String) - Method in class net.bndy.cache.JavaCache
 
get(String, Class<T>) - Method in class net.bndy.cache.JavaCache
 
get(String) - Method in class net.bndy.cache.MemcachedCache
 
get(String, Class<T>) - Method in class net.bndy.cache.MemcachedCache
 
get(String) - Method in class net.bndy.cache.RedisCache
 
get(String, Class<T>) - Method in class net.bndy.cache.RedisCache
 
getHost() - Method in class net.bndy.cache.Server
 
getJson(Object) - Method in class net.bndy.cache.AbstractCache
 
getKey(Object) - Method in class net.bndy.cache.AbstractCache
 
getPort() - Method in class net.bndy.cache.Server
 

J

JavaCache - Class in net.bndy.cache
 
JavaCache() - Constructor for class net.bndy.cache.JavaCache
 

M

MemcachedCache - Class in net.bndy.cache
 
MemcachedCache(String) - Constructor for class net.bndy.cache.MemcachedCache
 

N

net.bndy.cache - package net.bndy.cache
 

R

RedisCache - Class in net.bndy.cache
 
RedisCache(String) - Constructor for class net.bndy.cache.RedisCache
 

S

Server - Class in net.bndy.cache
 
Server(String, int) - Constructor for class net.bndy.cache.Server
 
set(Object) - Method in interface net.bndy.cache.Cache
 
set(Object, long) - Method in interface net.bndy.cache.Cache
 
set(Object) - Method in class net.bndy.cache.JavaCache
 
set(Object, long) - Method in class net.bndy.cache.JavaCache
 
set(Object) - Method in class net.bndy.cache.MemcachedCache
 
set(Object, long) - Method in class net.bndy.cache.MemcachedCache
 
set(Object) - Method in class net.bndy.cache.RedisCache
 
set(Object, long) - Method in class net.bndy.cache.RedisCache
 
setHost(String) - Method in class net.bndy.cache.Server
 
setPort(int) - Method in class net.bndy.cache.Server
 
A C D G J M N R S 
Skip navigation links