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 Details

    • AbstractAccountComponentCache

      public AbstractAccountComponentCache()
  • Method Details

    • remove

      protected void remove(String key)
    • removeAll

      protected void removeAll()
    • get

      public T get(String accountId)
      Specified by:
      get in interface AccountComponentCache<T>
    • createInstance

      protected abstract T createInstance(String accountId)