public class UserInfrastructureQuotaStorageCache extends Object implements CacheInterface<String,QuotaInfo>
| Modifier and Type | Method and Description |
|---|---|
QuotaInfo |
get(String key)
Retrieve a value V from the cache
|
static UserInfrastructureQuotaStorageCache |
getCacheInstance()
Retrieve the current cache instance object
|
boolean |
insert(String key,
QuotaInfo value)
Insert an object V with key K into the cache
|
public static UserInfrastructureQuotaStorageCache getCacheInstance()
public QuotaInfo get(String key)
CacheInterfaceget in interface CacheInterface<String,QuotaInfo>public boolean insert(String key, QuotaInfo value)
CacheInterfaceinsert in interface CacheInterface<String,QuotaInfo>Copyright © 2021. All rights reserved.