com.clickntap.tool.cache
Interface Cache
- All Known Implementing Classes:
- EhCache, MemoryCache
public interface Cache
get
Serializable get(Serializable key)
throws Exception
- Throws:
Exception
put
Serializable put(Serializable key,
Serializable value)
throws Exception
- Throws:
Exception
remove
void remove(Serializable key)
throws Exception
- Throws:
Exception
removeAll
void removeAll()
throws Exception
- Throws:
Exception
contains
boolean contains(Serializable key)
throws Exception
- Throws:
Exception
Copyright © 2014. All rights reserved.