Package ch.ivyteam.ivy.data.cache
The
IDataCache
API allows caching of data
per session, application and environment.-
Interface Summary Interface Description IDataCache A Data Cache is a container for data cache groups and therefore as well for data cache entries.IDataCacheContext Runtime context for clients to access data caches in its scope.IDataCacheEntry A data cache entry represents an entity that is cached by the Data Cache API.IDataCacheGroup A group for data caches entries to sort similar entries in one place.