railo.runtime.cache
Interface CacheConnection

All Known Implementing Classes:
CacheConnectionImpl, ServerCacheConnection

public interface CacheConnection


Method Summary
 CacheConnection duplicate(Config config)
           
 Class getClazz()
           
 Struct getCustom()
           
 Cache getInstance(Config config)
           
 String getName()
           
 boolean isReadOnly()
           
 boolean isStorage()
           
 

Method Detail

isReadOnly

boolean isReadOnly()
Returns:
the readOnly

getInstance

Cache getInstance(Config config)
                  throws IOException
Throws:
IOException

getName

String getName()
Returns:
the name

getClazz

Class getClazz()
Returns:
the clazz

getCustom

Struct getCustom()
Returns:
the custom

duplicate

CacheConnection duplicate(Config config)
                          throws IOException
Throws:
IOException

isStorage

boolean isStorage()


Copyright © 2012 Railo