Package org.biojava.utils.cache
Interface CacheReference
-
public interface CacheReference
Interface for a reference to an object, analogous tojava.lang.ref.Referencce
, but more flexible. CacheReference implementations are always obtained by callingmakeReference
on aCache
object.- Since:
- 1.1
- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
Object
get()
-