Package tigase.db

Interface UserRepositoryPool.IRepoCache<K,V>

Enclosing class:
UserRepositoryPool

public static interface UserRepositoryPool.IRepoCache<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Object key)
     
    put(K key, V value)
     
     
  • Method Details