Package org.duracloud.common.cache
Class AbstractAccountComponentCache<T>
- java.lang.Object
-
- org.duracloud.common.cache.AbstractAccountComponentCache<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
AccountComponentCache<T>
public abstract class AbstractAccountComponentCache<T> extends Object implements AccountComponentCache<T>
- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description AbstractAccountComponentCache()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TcreateInstance(String accountId)Tget(String accountId)protected voidremove(String key)protected voidremoveAll()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.duracloud.common.cache.AccountComponentCache
onEvent
-
-