zircon.core
/
org.hexworks.zircon.internal.util.impl
/
NoOpCache
common
No
Op
Cache
class
NoOpCache
<
T
> :
Cache
<
T
>
Content copied to clipboard
This is a no-op cache implementation.
Constructors
Functions
Sources
Constructors
NoOpCache
Link copied to clipboard
common
fun
NoOpCache
()
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
retrieveIfPresent
Link copied to clipboard
common
open override fun
retrieveIfPresent
(key:
String
):
Maybe
<
T
>
Content copied to clipboard
Retrieves a tileset region by a
key
if present.
store
Link copied to clipboard
common
open override fun
store
(key:
String
, obj:
T
):
T
Content copied to clipboard
Caches the given object and then returns it.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard