org.smallmind.quorum.cache.indigenous
Interface CacheSource<K,V,E extends CacheEntry<V>>

All Known Implementing Classes:
TimestampedCacheSource

public interface CacheSource<K,V,E extends CacheEntry<V>>


Method Summary
 E createEntry(K key, Object... parameters)
           
 CacheReference<K,E> wrapReference(K key, V value)
           
 

Method Detail

createEntry

E createEntry(K key,
              Object... parameters)
                                    throws CacheException
Throws:
CacheException

wrapReference

CacheReference<K,E> wrapReference(K key,
                                  V value)
                                                        throws CacheException
Throws:
CacheException


Copyright © 2011. All Rights Reserved.