Uses of Interface
de.hybris.platform.cache2.ObjectKey
Packages that use ObjectKey
-
Uses of ObjectKey in de.hybris.platform.cache2
Methods in de.hybris.platform.cache2 with parameters of type ObjectKeyModifier and TypeMethodDescriptionvoidvoidAdds an object under the given key to the cache.voidLooks for the object under the givenObjectKey.protected StringAbstractObjectCacheManager.getDebugKey(ObjectKey<T> objectKey) Get the object which is found under the given key.protected TAbstractObjectCacheManager.handleCreation(ObjectKey<T> objectKey) Default implementation of how objects should be created.protected voidAbstractObjectCacheManager.handleExpiration(ObjectKey<T> objectKey) Default implementation simply removes the expired object.protected voidAbstractObjectCacheManager.handleInvalidation(ObjectKey<T> objectKey) Default implementation simply removed the invalidated object.protected TAbstractObjectCacheManager.handleRequest(ObjectKey<T> objectKey) Default implementation simply requests the cache with the given key.voidAbstractObjectCacheManager.invalidate(ObjectKey<T> objectKey) voidObjectCacheManager.invalidate(ObjectKey<T> objectKey) Invalidates the object under the given (@link ObjectKey}FIFOObjectCache.removeObject(ObjectKey<T> objectKey) ObjectCache.removeObject(ObjectKey<T> objectKey) Removes an object from the cache.SimpleObjectCache.removeObject(ObjectKey<T> objectKey) -
Uses of ObjectKey in de.hybris.platform.test
Classes in de.hybris.platform.test that implement ObjectKeyMethods in de.hybris.platform.test with parameters of type ObjectKeyModifier and TypeMethodDescriptionprotected TCache2Test.TestObjectCacheManager.handleCreation(ObjectKey<T> objectKey) protected voidCache2Test.TestObjectCacheManager.handleExpiration(ObjectKey<T> objectKey) protected voidCache2Test.TestObjectCacheManager.handleInvalidation(ObjectKey<T> objectKey) protected TCache2Test.TestObjectCacheManager.handleRequest(ObjectKey<T> objectKey)