A C D E G I L M N O P S V 

A

applyConfig() - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 

C

Cache - Enum in org.osgl.cache
The Cache service static facade which delegate the operations to the default cache service created by auto discovered cache service factory
CacheServiceProvider - Interface in org.osgl.cache
The factory to get CacheService instance
CacheServiceProvider.Impl - Enum in org.osgl.cache
 
clear() - Method in class org.osgl.cache.impl.EhCacheService
 
clear() - Method in class org.osgl.cache.impl.MemcachedService
 
clear() - Method in enum org.osgl.cache.impl.NullCacheService
 
clear() - Method in class org.osgl.cache.impl.SimpleCacheService
 
CONF_FILE - Static variable in class org.osgl.cache.impl.MemcachedClientConfigurator
 

D

decr(String) - Method in enum org.osgl.cache.impl.NullCacheService
 
decr(String, int) - Method in enum org.osgl.cache.impl.NullCacheService
 

E

EhCacheService - Class in org.osgl.cache.impl
Created by luog on 17/02/14.
EhCacheServiceProvider - Class in org.osgl.cache.impl
Returns instance of EhCacheService
EhCacheServiceProvider() - Constructor for class org.osgl.cache.impl.EhCacheServiceProvider
 
evict(String) - Static method in enum org.osgl.cache.Cache
 
evict(String) - Method in class org.osgl.cache.impl.EhCacheService
 
evict(String) - Method in class org.osgl.cache.impl.MemcachedService
 
evict(String) - Method in enum org.osgl.cache.impl.NullCacheService
 
evict(String) - Method in class org.osgl.cache.impl.SimpleCacheService
 

G

get(String) - Static method in enum org.osgl.cache.Cache
 
get() - Method in interface org.osgl.cache.CacheServiceProvider
Get default cache service instance.
get(String) - Method in interface org.osgl.cache.CacheServiceProvider
Get cache service instance by name.
get(String) - Method in class org.osgl.cache.impl.EhCacheService
 
get() - Method in class org.osgl.cache.impl.EhCacheServiceProvider
 
get(String) - Method in class org.osgl.cache.impl.EhCacheServiceProvider
 
get(String) - Method in class org.osgl.cache.impl.MemcachedService
 
get() - Method in class org.osgl.cache.impl.MemcachedServiceProvider
 
get(String) - Method in class org.osgl.cache.impl.MemcachedServiceProvider
 
get(String) - Method in enum org.osgl.cache.impl.NullCacheService
 
get(String) - Method in class org.osgl.cache.impl.SimpleCacheService
 
get() - Method in class org.osgl.cache.impl.SimpleCacheServiceProvider
 
get(String) - Method in class org.osgl.cache.impl.SimpleCacheServiceProvider
 
getHosts() - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 
getInstance() - Static method in class org.osgl.cache.impl.MemcachedService
 
getInstance(boolean) - Static method in class org.osgl.cache.impl.MemcachedService
 
getPassword() - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 
getUsername() - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 

I

incr(String) - Method in enum org.osgl.cache.impl.NullCacheService
 
incr(String, int) - Method in enum org.osgl.cache.impl.NullCacheService
 
initClient() - Method in class org.osgl.cache.impl.MemcachedService
 
INSTANCE - Static variable in class org.osgl.cache.impl.EhCacheServiceProvider
 
INSTANCE - Static variable in class org.osgl.cache.impl.MemcachedServiceProvider
 
INSTANCE - Static variable in class org.osgl.cache.impl.SimpleCacheServiceProvider
 
isDebugEnabled() - Method in class org.osgl.cache.impl.SpyMemcachedLogger
 
isInfoEnabled() - Method in class org.osgl.cache.impl.SpyMemcachedLogger
 
isTraceEnabled() - Method in class org.osgl.cache.impl.SpyMemcachedLogger
 

L

log(Level, Object, Throwable) - Method in class org.osgl.cache.impl.SpyMemcachedLogger
 
logger - Static variable in class org.osgl.cache.impl.MemcachedClientConfigurator
 

M

MemcachedClientConfigurator - Class in org.osgl.cache.impl
Created by luog on 17/02/14.
MemcachedClientConfigurator() - Constructor for class org.osgl.cache.impl.MemcachedClientConfigurator
 
MemcachedService - Class in org.osgl.cache.impl
The code of this implementation comes from Play!Framework 1.x
MemcachedServiceProvider - Class in org.osgl.cache.impl
Created by luog on 18/02/14.
MemcachedServiceProvider() - Constructor for class org.osgl.cache.impl.MemcachedServiceProvider
 

N

NullCacheService - Enum in org.osgl.cache.impl
A do-nothing implementation of CacheService

O

org.osgl.cache - package org.osgl.cache
 
org.osgl.cache.impl - package org.osgl.cache.impl
 

P

put(String, Object, int) - Static method in enum org.osgl.cache.Cache
 
put(String, Object) - Static method in enum org.osgl.cache.Cache
 
put(String, Object, int) - Method in class org.osgl.cache.impl.EhCacheService
 
put(String, Object) - Method in class org.osgl.cache.impl.EhCacheService
 
put(String, Object, int) - Method in class org.osgl.cache.impl.MemcachedService
 
put(String, Object) - Method in class org.osgl.cache.impl.MemcachedService
 
put(String, Object, int) - Method in enum org.osgl.cache.impl.NullCacheService
 
put(String, Object) - Method in enum org.osgl.cache.impl.NullCacheService
 
put(String, Object, int) - Method in class org.osgl.cache.impl.SimpleCacheService
 
put(String, Object) - Method in class org.osgl.cache.impl.SimpleCacheService
 

S

setDefaultTTL(int) - Method in class org.osgl.cache.impl.EhCacheService
 
setDefaultTTL(int) - Method in class org.osgl.cache.impl.MemcachedService
 
setDefaultTTL(int) - Method in enum org.osgl.cache.impl.NullCacheService
 
setDefaultTTL(int) - Method in class org.osgl.cache.impl.SimpleCacheService
 
setHosts(String, String...) - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 
setUsernamePassword(String, String) - Static method in class org.osgl.cache.impl.MemcachedClientConfigurator
 
shutdown() - Static method in enum org.osgl.cache.Cache
 
shutdown() - Method in class org.osgl.cache.impl.EhCacheService
 
shutdown() - Method in class org.osgl.cache.impl.MemcachedService
 
shutdown() - Method in enum org.osgl.cache.impl.NullCacheService
 
shutdown() - Method in class org.osgl.cache.impl.SimpleCacheService
 
SimpleCacheService - Class in org.osgl.cache.impl
A simple cache service implementation based on concurrent hash map
SimpleCacheServiceProvider - Class in org.osgl.cache.impl
Created by luog on 23/02/14.
SimpleCacheServiceProvider() - Constructor for class org.osgl.cache.impl.SimpleCacheServiceProvider
 
SpyMemcachedLogger - Class in org.osgl.cache.impl
Created by luog on 17/02/14.
SpyMemcachedLogger(String) - Constructor for class org.osgl.cache.impl.SpyMemcachedLogger
 
startup() - Static method in enum org.osgl.cache.Cache
 
startup() - Method in class org.osgl.cache.impl.EhCacheService
 
startup() - Method in class org.osgl.cache.impl.MemcachedService
 
startup() - Method in enum org.osgl.cache.impl.NullCacheService
 
startup() - Method in class org.osgl.cache.impl.SimpleCacheService
 

V

valueOf(String) - Static method in enum org.osgl.cache.Cache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osgl.cache.CacheServiceProvider.Impl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.osgl.cache.impl.NullCacheService
Returns the enum constant of this type with the specified name.
valueOfIgnoreCase(String) - Static method in enum org.osgl.cache.CacheServiceProvider.Impl
 
values() - Static method in enum org.osgl.cache.Cache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osgl.cache.CacheServiceProvider.Impl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osgl.cache.impl.NullCacheService
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I L M N O P S V 

Copyright © 2017 OSGL (Open Source General Library). All rights reserved.