public class AssociationEntityCacheInMemoryImpl extends java.lang.Object implements AssociationEntityCache
Constructor and Description |
---|
AssociationEntityCacheInMemoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
destroy() |
void |
dumpCacheContentsToStdOut() |
AssociationEntity |
get(java.lang.String key) |
java.util.List<java.lang.String> |
getKeys() |
void |
put(AssociationEntity associationEntity) |
public void put(AssociationEntity associationEntity)
put
in interface AssociationEntityCache
public void clear()
clear
in interface AssociationEntityCache
public void dumpCacheContentsToStdOut()
dumpCacheContentsToStdOut
in interface AssociationEntityCache
public java.util.List<java.lang.String> getKeys()
getKeys
in interface AssociationEntityCache
public AssociationEntity get(java.lang.String key)
get
in interface AssociationEntityCache
public void destroy()
destroy
in interface AssociationEntityCache