| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.CacheProperty
Documentation
data CacheProperty Source #
A property on an item in the class net cache map.
Constructors
| CacheProperty | |
Fields
| |
Instances
| Eq CacheProperty Source # | |
| Show CacheProperty Source # | |
| Generic CacheProperty Source # | |
| Binary CacheProperty Source # | Fields are stored one after the other in order. |
| NFData CacheProperty Source # | |
| HasField "objectId" CacheProperty Word32 Source # | |
| HasField "streamId" CacheProperty Word32 Source # | |
| ModifyField "objectId" CacheProperty CacheProperty Word32 Word32 Source # | |
| ModifyField "streamId" CacheProperty CacheProperty Word32 Word32 Source # | |
| ModifyField "properties" CacheItem CacheItem (List CacheProperty) (List CacheProperty) | |
| HasField "properties" CacheItem (List CacheProperty) | |
| ModifyRec "objectId" Word32 cs0 => HasField "objectId" (Rec cs0 CacheProperty) Word32 Source # | |
| ModifyRec "streamId" Word32 cs0 => HasField "streamId" (Rec cs0 CacheProperty) Word32 Source # | |
| ModifyRec "properties" (List CacheProperty) cs0 => HasField "properties" (Rec cs0 CacheItem) (List CacheProperty) | |
| ModifyRec "objectId" Word32 cs0 => ModifyField "objectId" (Rec cs0 CacheProperty) (Rec cs0 CacheProperty) Word32 Word32 Source # | |
| ModifyRec "streamId" Word32 cs0 => ModifyField "streamId" (Rec cs0 CacheProperty) (Rec cs0 CacheProperty) Word32 Word32 Source # | |
| ModifyRec "properties" (List CacheProperty) cs0 => ModifyField "properties" (Rec cs0 CacheItem) (Rec cs0 CacheItem) (List CacheProperty) (List CacheProperty) | |
| type Rep CacheProperty Source # | |
| type FieldType "objectId" CacheProperty Source # | |
| type FieldType "streamId" CacheProperty Source # | |
| type UpdateType "objectId" CacheProperty Word32 Source # | |
| type UpdateType "streamId" CacheProperty Word32 Source # | |
| type UpdateType "properties" CacheItem (List CacheProperty) | |