Uses of Class
org.apache.commons.jcs3.access.exception.ObjectExistsException
Packages that use ObjectExistsException
Package
Description
Interfaces used by the core and the auxiliary caches.
-
Uses of ObjectExistsException in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that throw ObjectExistsExceptionModifier and TypeMethodDescriptionvoid
ICacheService.update
(ICacheElement<K, V> item) Puts a cache item to the cache.