railo.runtime.cache
Class ServerCacheConnection

java.lang.Object
  extended by railo.runtime.cache.ServerCacheConnection
All Implemented Interfaces:
CacheConnection

public class ServerCacheConnection
extends Object
implements CacheConnection


Constructor Summary
ServerCacheConnection(ConfigServerImpl cs, CacheConnection cc)
          Constructor of the class
 
Method Summary
 CacheConnection duplicate(Config config)
           
 Class getClazz()
           
 Struct getCustom()
           
 Cache getInstance(Config config)
           
 String getName()
           
 boolean isReadOnly()
           
 boolean isStorage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCacheConnection

public ServerCacheConnection(ConfigServerImpl cs,
                             CacheConnection cc)
Constructor of the class

Parameters:
configServer -
cc -
Method Detail

duplicate

public CacheConnection duplicate(Config config)
                          throws IOException
Specified by:
duplicate in interface CacheConnection
Throws:
IOException

getClazz

public Class getClazz()
Specified by:
getClazz in interface CacheConnection
Returns:
the clazz

getCustom

public Struct getCustom()
Specified by:
getCustom in interface CacheConnection
Returns:
the custom

getInstance

public Cache getInstance(Config config)
                  throws IOException
Specified by:
getInstance in interface CacheConnection
Throws:
IOException

getName

public String getName()
Specified by:
getName in interface CacheConnection
Returns:
the name

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface CacheConnection
Returns:
the readOnly

isStorage

public boolean isStorage()
Specified by:
isStorage in interface CacheConnection


Copyright © 2012 Railo