Search

Class vCACCachingEntityManager

Extends java.lang.Object
Provides reading of DO model entities. All methods use implicitely a cache to store previous calls(method inputs are the key and the result is cached). A cached object expires by default in 10 min or can be explicitely evicted by calling the corresponding evictCached* with the same input parameters the read call was made. The total number of cached objects is 200.

Attributes

None

Methods

Name Returns
evictCachedModelEntitiesByCustomFilter(String hostId, String modelName, String entitySetName, Properties properties, Properties headers) void
evictCachedModelEntitiesBySystemQuery(String hostId, String modelName, String entitySetName, String filter, String orderBy, String select, Number top, Number skip, Properties headers) void
evictCachedModelEntity(String hostId, String modelName, String entitySetName, Properties entityId, Properties headers) void
readModelEntitiesByCustomFilter(String hostId, String modelName, String entitySetName, Properties properties, Properties headers) VCACEntity[]
readModelEntitiesBySystemQuery(String hostId, String modelName, String entitySetName, String filter, String orderBy, String select, Number top, Number skip, Properties headers) VCACEntity[]
readModelEntity(String hostId, String modelName, String entitySetName, Properties entityId, Properties headers) VCACEntity

Returned by

None

Referenced in

None