org.ofbiz.entity.cache
Class EntityCache

java.lang.Object
  extended by org.ofbiz.entity.cache.AbstractCache<GenericPK,GenericValue>
      extended by org.ofbiz.entity.cache.EntityCache

public class EntityCache
extends AbstractCache<GenericPK,GenericValue>


Field Summary
static java.lang.String module
           
 
Fields inherited from class org.ofbiz.entity.cache.AbstractCache
delegatorName, id
 
Constructor Summary
EntityCache(java.lang.String delegatorName)
           
 
Method Summary
 GenericValue get(GenericPK pk)
           
 GenericValue put(GenericPK pk, GenericValue entity)
           
 GenericValue put(GenericValue entity)
           
 GenericValue remove(GenericPK pk)
           
 GenericValue remove(GenericValue entity)
           
 void remove(java.lang.String entityName, EntityCondition condition)
           
 
Methods inherited from class org.ofbiz.entity.cache.AbstractCache
clear, getCache, getCacheName, getCacheNamePrefix, getCacheNamePrefixes, getCacheNames, getDelegator, getOrCreateCache, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

EntityCache

public EntityCache(java.lang.String delegatorName)
Method Detail

get

public GenericValue get(GenericPK pk)

put

public GenericValue put(GenericValue entity)

put

public GenericValue put(GenericPK pk,
                        GenericValue entity)

remove

public void remove(java.lang.String entityName,
                   EntityCondition condition)

remove

public GenericValue remove(GenericValue entity)

remove

public GenericValue remove(GenericPK pk)