org.apache.jackrabbit.ocm.manager.cache
Interface ObjectCache

All Known Implementing Classes:
RequestObjectCacheImpl

public interface ObjectCache

Interface use for an object cache.

Author:
Lombart Christophe

Method Summary
 void cache(String path, Object object)
           
 void clear()
           
 Object getObject(String path)
           
 boolean isCached(String path)
           
 

Method Detail

cache

void cache(String path,
           Object object)

clear

void clear()

isCached

boolean isCached(String path)

getObject

Object getObject(String path)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.