railo.commons.io.cache
Interface Cache2

All Superinterfaces:
Cache

public interface Cache2
extends Cache


Method Summary
 void clear()
          clears the complete Cache
 void verify()
          verifies the cache, throws a exception if something is wrong with the cache
 
Methods inherited from interface railo.commons.io.cache.Cache
contains, entries, entries, entries, getCacheEntry, getCacheEntry, getCustomInfo, getValue, getValue, hitCount, init, keys, keys, keys, missCount, put, remove, remove, remove, values, values, values
 

Method Detail

clear

void clear()
           throws IOException
clears the complete Cache

Throws:
IOException

verify

void verify()
            throws CacheException
verifies the cache, throws a exception if something is wrong with the cache

Throws:
CacheException


Copyright © 2012 Railo