Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C I P R S

C

CachePersistenceException - exception com.opensymphony.oscache.base.persistence.CachePersistenceException.
Exception thrown when an error occurs in a PersistenceListener implementation.
CachePersistenceException() - Constructor for class com.opensymphony.oscache.base.persistence.CachePersistenceException
Creates new CachePersistenceException without detail message.
CachePersistenceException(String) - Constructor for class com.opensymphony.oscache.base.persistence.CachePersistenceException
Constructs an CachePersistenceException with the specified detail message.
clear() - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Clear the entire persistent cache (including the root)
com.opensymphony.oscache.base.persistence - package com.opensymphony.oscache.base.persistence
Provides the base classes and interfaces that make up the core of OSCache.
configure(Config) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Allow the persistence code to initialize itself based on the supplied cache configuration.

I

isGroupStored(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Verify if a group is currently stored in the persistent cache.
isStored(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Verify if an object is currently stored in the persistent cache.

P

PersistenceListener - interface com.opensymphony.oscache.base.persistence.PersistenceListener.
Defines the methods that are required to persist cache data.

R

remove(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Removes an object from the persistent cache
removeGroup(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Removes a group from the persistent cache.
retrieve(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Retrieves an object from the persistent cache.
retrieveGroup(String) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Retrieves a group from the persistent cache.

S

store(String, Object) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Stores an object in the persistent cache.
storeGroup(String, Set) - Method in interface com.opensymphony.oscache.base.persistence.PersistenceListener
Stores a group in the persistent cache.

C I P R S