plsar-framework
1.01
plsar-framework
/
plsar
/
PLSAR
/
Cache
Cache
class
Cache
(
builder
:
PLSAR.Cache.Builder
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Cache
Link copied to clipboard
fun
Cache
(
builder
:
PLSAR.Cache.Builder
)
Content copied to clipboard
Types
Builder
Link copied to clipboard
class
Builder
Content copied to clipboard
Functions
get
Element
Link copied to clipboard
fun
getElement
(
name
:
String
)
:
Any
?
Content copied to clipboard
Properties
elementProcessor
Link copied to clipboard
var
elementProcessor
:
ElementProcessor
?
=
null
Content copied to clipboard
elements
Link copied to clipboard
val
elements
:
Map
<
String
?
,
Element
?
>
?
Content copied to clipboard
elementStorage
Link copied to clipboard
var
elementStorage
:
ElementStorage
Content copied to clipboard
endpointMappings
Link copied to clipboard
var
endpointMappings
:
EndpointMappings
?
=
null
Content copied to clipboard
events
Link copied to clipboard
var
events
:
Any
?
=
null
Content copied to clipboard
experienceProcessor
Link copied to clipboard
var
experienceProcessor
:
ExperienceProcessor
?
Content copied to clipboard
fragments
Link copied to clipboard
var
fragments
:
Map
<
String
?
,
Fragment
?
>
?
Content copied to clipboard
interceptors
Link copied to clipboard
var
interceptors
:
Map
<
String
?
,
Interceptor
?
>
?
Content copied to clipboard
objects
Link copied to clipboard
val
objects
:
MutableMap
<
String
,
InstanceDetails
>
Content copied to clipboard
objectStorage
Link copied to clipboard
var
objectStorage
:
ObjectStorage
Content copied to clipboard
propertiesFiles
Link copied to clipboard
var
propertiesFiles
:
List
<
String
?
>
?
=
null
Content copied to clipboard
propertyStorage
Link copied to clipboard
var
propertyStorage
:
PropertyStorage
Content copied to clipboard
repo
Link copied to clipboard
var
repo
:
PLSAR.Repo
?
Content copied to clipboard
resources
Link copied to clipboard
var
resources
:
List
<
String
?
>
?
=
null
Content copied to clipboard
settings
Link copied to clipboard
var
settings
:
Settings
?
Content copied to clipboard