Uses of Interface
ch.ivyteam.ivy.data.cache.IDataCache
-
Packages that use IDataCache Package Description ch.ivyteam.ivy.data.cache TheIDataCache
API allows caching of data per session, application and environment. -
-
Uses of IDataCache in ch.ivyteam.ivy.data.cache
Methods in ch.ivyteam.ivy.data.cache that return IDataCache Modifier and Type Method Description IDataCache
IDataCacheContext. getAppCache()
Returns the data cache for the current applicationIDataCache
IDataCacheContext. getEnvironmentCache()
Returns the data cache for the current environmentIDataCache
IDataCacheContext. getSessionCache()
Returns the cache for the current client session
-