copy method

CacheUser copy()

Create a copy of this instance

Implementation

CacheUser copy() {
  return CacheUser(public, userId, acs);
}