edu.qut.cs.rcmd.common.mongo.cache
Interface MongoCache<K,V>

All Known Implementing Classes:
AutoFetchMongoCache, BaseMongoCache

public interface MongoCache<K,V>


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

Method Detail

put

void put(K key,
         V value)

get

V get(K key)

containsKey

boolean containsKey(K key)

clear

void clear()


Copyright © 2012. All Rights Reserved.