Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheAllocator ¶
type CacheAllocator struct {
// contains filtered or unexported fields
}
func New ¶
func New() *CacheAllocator
func NewCacheAllocator ¶
func NewCacheAllocator() *CacheAllocator
func (*CacheAllocator) Add ¶
func (c *CacheAllocator) Add(t interface{}) (err error)
func (*CacheAllocator) Check ¶
func (c *CacheAllocator) Check(t interface{}) bool
func (*CacheAllocator) Get ¶
func (c *CacheAllocator) Get(t string, name string) (i interface{}, err error)
func (*CacheAllocator) Usage ¶
func (c *CacheAllocator) Usage(t string)
Click to show internal directories.
Click to hide internal directories.