Package tigase.db
Interface UserRepositoryPool.IRepoCache<K,V>
-
- Enclosing class:
- UserRepositoryPool
public static interface UserRepositoryPool.IRepoCache<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vget(java.lang.Object key)Vput(K key, V value)Vremove(java.lang.Object key)
-