Interface UserRepositoryPool.IRepoCache<K,V>

Enclosing class:
UserRepositoryPool

public static interface UserRepositoryPool.IRepoCache<K,V>
Author:
Artur Hefczyc
  • Method Summary

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