tools
2.2.3
tools
/
me.scolastico.tools.cache
/
CacheData
Cache
Data
open
class
CacheData
Content copied to clipboard
Internal CacheData object for storing data of the cache.
Functions
Properties
Functions
add
Id
Link copied to clipboard
open
fun
addId
(
key
:
String
,
object
:
String
)
Content copied to clipboard
add
Object
Link copied to clipboard
open
fun
addObject
(
key
:
String
,
object
:
CacheObject
)
Content copied to clipboard
del
Id
Link copied to clipboard
open
fun
delId
(
key
:
String
)
Content copied to clipboard
del
Object
Link copied to clipboard
open
fun
delObject
(
key
:
String
)
Content copied to clipboard
Properties
ids
Link copied to clipboard
open
var
ids
:
HashMap
<
String
,
String
>
Content copied to clipboard
objects
Link copied to clipboard
open
var
objects
:
HashMap
<
String
,
CacheObject
>
Content copied to clipboard