org.exoplatform.services.cache
Interface CachedObjectSelector

All Known Implementing Classes:
ExpireKeyStartWithSelector

public interface CachedObjectSelector

Created by The eXo Platform SAS Author : Thuannd nhudinhthuan@yahoo.com Apr 4, 2006


Method Summary
 void onSelect(ExoCache cache, java.io.Serializable key, ObjectCacheInfo ocinfo)
           
 boolean select(java.io.Serializable key, ObjectCacheInfo ocinfo)
           
 

Method Detail

select

boolean select(java.io.Serializable key,
               ObjectCacheInfo ocinfo)

onSelect

void onSelect(ExoCache cache,
              java.io.Serializable key,
              ObjectCacheInfo ocinfo)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.