public interface CacheAdminService
CacheTarget
objects. These cache targets specify information about which cache
entries should be flushed.
This service exists primarily to support client-side caching of data provided by remote services. It allows the host of the service to notify the client application about flush events, which typically result whenever changes have been made to data such that it would be stale if cached within the client.
Modifier and Type | Method and Description |
---|---|
void |
flush(Collection<CacheTarget> cacheTargets)
Flushes an object or group of objects from the cache based on a cache target.
|
void flush(Collection<CacheTarget> cacheTargets) throws RiceIllegalArgumentException
cacheTargets
- a collection of targets to flushRiceIllegalArgumentException
- if cacheTargets
contains any null items.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.