@Deprecated public class EgovMasterDataCaching extends Object
| Constructor and Description |
|---|
EgovMasterDataCaching()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
List |
get(String sqlTagName)
Deprecated.
This method load the data for given sqlTagName and puts it in Cache.
|
static org.infinispan.manager.EmbeddedCacheManager |
getCACHE_MANAGER()
Deprecated.
|
Map |
getMap(String sqlTagName)
Deprecated.
This method load the data for given sqlTagName and puts it in Cache.
|
static void |
removeFromCache(String sqlTagName)
Deprecated.
This method removes the data from cache for given sqlTagName.
|
public List get(String sqlTagName) throws ApplicationRuntimeException
sqlTagName - the sql tag nameApplicationRuntimeException - the eGOV runtime exceptionpublic Map getMap(String sqlTagName) throws ApplicationRuntimeException
sqlTagName - the sql tag nameApplicationRuntimeException - the eGOV runtime exceptionpublic static org.infinispan.manager.EmbeddedCacheManager getCACHE_MANAGER()
public static void removeFromCache(String sqlTagName) throws ApplicationRuntimeException
sqlTagName - the sql tag nameApplicationRuntimeException - the eGOV runtime exception@PreDestroy public void destroy()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.