nl.hippo.portal.cms.cache
Class ObjectCacheImpl

java.lang.Object
  extended by nl.hippo.portal.cms.cache.ObjectCacheImpl
All Implemented Interfaces:
nl.hippo.portal.cms.cache.ObjectCache

public class ObjectCacheImpl
extends java.lang.Object
implements nl.hippo.portal.cms.cache.ObjectCache

Version:
$Id: ObjectCacheImpl.java 6523 2007-05-22 13:20:55Z ddam $
Author:
Dennis Dam

Constructor Summary
ObjectCacheImpl(nl.hippo.client.api.service.CachingService service)
           
 
Method Summary
 java.lang.Object get(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey)
           
 nl.hippo.portal.cms.cache.CacheKeyFactory getCacheKeyFactory()
           
 nl.hippo.portal.cms.cache.EventValidityFactory getEventValidityFactory()
           
 void store(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey, java.lang.Object value, nl.hippo.client.api.event.EventValidity validity)
           
 void store(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey, java.lang.Object value, nl.hippo.client.api.event.EventValidity[] validities)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCacheImpl

public ObjectCacheImpl(nl.hippo.client.api.service.CachingService service)
Method Detail

get

public java.lang.Object get(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey)
Specified by:
get in interface nl.hippo.portal.cms.cache.ObjectCache

store

public void store(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey,
                  java.lang.Object value,
                  nl.hippo.client.api.event.EventValidity validity)
Specified by:
store in interface nl.hippo.portal.cms.cache.ObjectCache

store

public void store(nl.hippo.portal.cms.cache.PortalCacheKey cacheKey,
                  java.lang.Object value,
                  nl.hippo.client.api.event.EventValidity[] validities)
Specified by:
store in interface nl.hippo.portal.cms.cache.ObjectCache

getCacheKeyFactory

public nl.hippo.portal.cms.cache.CacheKeyFactory getCacheKeyFactory()
Specified by:
getCacheKeyFactory in interface nl.hippo.portal.cms.cache.ObjectCache

getEventValidityFactory

public nl.hippo.portal.cms.cache.EventValidityFactory getEventValidityFactory()
Specified by:
getEventValidityFactory in interface nl.hippo.portal.cms.cache.ObjectCache


Copyright © 2007-2008 . All Rights Reserved.