Uses of Interface
de.hybris.platform.cache2.ObjectCache
-
Packages that use ObjectCache Package Description de.hybris.platform.cache2 -
-
Uses of ObjectCache in de.hybris.platform.cache2
Classes in de.hybris.platform.cache2 that implement ObjectCache Modifier and Type Class Description classFIFOObjectCache<T>A FIFO ObjectCache implementation.classSimpleObjectCache<T>Methods in de.hybris.platform.cache2 that return ObjectCache Modifier and Type Method Description ObjectCache<T>AbstractObjectCacheManager. getCache()ObjectCache<T>ObjectCacheManager. getCache()Returns the underlaying cache.Methods in de.hybris.platform.cache2 with parameters of type ObjectCache Modifier and Type Method Description voidAbstractObjectCacheManager. setCache(ObjectCache<T> objectCache)voidObjectCacheManager. setCache(ObjectCache<T> objectCache)Set the underlaying cache implementationConstructors in de.hybris.platform.cache2 with parameters of type ObjectCache Constructor Description ObjectCacheManagerImpl(ObjectCache<T> cache)
-