Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.memcached | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
static ResinCacheBuilder.Scope |
ResinCacheBuilder.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResinCacheBuilder.Scope[] |
ResinCacheBuilder.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCache.setScopeMode(ResinCacheBuilder.Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
MemcachedProtocol.setMode(ResinCacheBuilder.Scope scope) |
Modifier and Type | Method and Description |
---|---|
ResinCacheBuilder.Scope |
CacheConfig.getScopeMode()
Returns the
AbstractCache.Scope defined for this cache. |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setScopeMode(ResinCacheBuilder.Scope scope)
Sets the
AbstractCache.Scope of this cache. |