class
PersistentCacheObject
Inherits:
Resource
Resource used for storing data within a PersistentCache.
Public
Methods
GetObjects
Returns all stored objects.
staticCreate
Creates the resource holding a single object.
staticCreate
Creates the resource holding multiple objects.
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Private
Constructors
PersistentCacheObject
PersistentCacheObject(const SPtr<IReflectable> &object)
PersistentCacheObject
PersistentCacheObject(const TInlineArray<SPtr<IReflectable>, 1> &objects)
Fields
mObjects
TInlineArray<SPtr<IReflectable>, 1> mObjects