org.gcube.security.soa3.cache
Interface CacheWrapper<K,V>

Type Parameters:
K -
V -
All Known Implementing Classes:
SOA3EhcacheWrapper

public interface CacheWrapper<K,V>

EHCache based cache wrapper

Author:
Ciro Formisano (ENG)

Method Summary
 V get(K key)
           
 void put(K key, V value)
           
 

Method Detail

put

void put(K key,
         V value)

get

V get(K key)


Copyright © 2013. All Rights Reserved.