Public Member Functions | |
| void | timestamp () |
| void | uuid () |
Protected Member Functions | |
| abstract void | setCacheKey (Object value) |
| abstract void setCacheKey | ( | Object | value | ) | [protected, pure virtual] |
Sets the current value of the cache key.
| value | the current value of the cache key |
| void timestamp | ( | ) |
Sets the current value of the cache key to be System.currentTimeMillis.
| void uuid | ( | ) |
Sets the current value of the cache key to be a randomly generated UUID.
1.5.8