パッケージ org.iplass.mtp.impl.cache

インタフェース LoadingAdapter<K,V>

既知の実装クラスのリスト:
AuthorizationContextCacheLogic, EntityAuthContextCacheLogic, GroupCacheLogic, RoleCacheLogic

public interface LoadingAdapter<K,V>
  • メソッドの詳細

    • load

      V load(K key)
    • loadByIndex

      List<V> loadByIndex(int indexType, Object indexVal)
    • getVersion

      long getVersion(V value)
    • getIndexVal

      Object getIndexVal(int indexType, V value)
    • getKey

      K getKey(V val)