Uses of Interface
ch.ivyteam.ivy.data.cache.IDataCacheContext
-
Packages that use IDataCacheContext Package Description ch.ivyteam.ivy.environment -
-
Uses of IDataCacheContext in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IDataCacheContext Modifier and Type Field Description IDataCacheContext
Ivy. datacache
Provides access todata cache context
to manage application (global) and session (user-specific) data caches.Methods in ch.ivyteam.ivy.environment that return IDataCacheContext Modifier and Type Method Description static IDataCacheContext
Ivy. datacache()
Provides access todata cache context
to manage application (global) and session (user-specific) data caches.
-